Skip to content

终止活动

商户可通过该接口停止支付有礼活动。 官方文档

js
wxpay
.
v3
.
marketing
.
paygiftactivity
.
activities
.
_activity_id_
.
terminate
.
post
({
}) .
then
(
({
data
: {
activity_id
,
terminate_time
,
}, }) => ({
activity_id
,
terminate_time
,
}) )

Released under the MIT License. (SITEMAP)